home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / PROGMAN.PAK / PROGMANX.RC < prev   
Encoding:
Text File  |  1997-05-06  |  961 b   |  26 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #ifndef WORKSHOP_INVOKED
  6.   #include <windows.h>
  7. #endif
  8. #include "progmanx.h"
  9.  
  10. #include <owl/inputdia.rh>
  11. #include <owl/inputdia.rc>
  12. #include <owl\except.rc>
  13.  
  14. IDD_PROGTALK DIALOG 47, 35, 170, 104
  15. STYLE WS_CHILD | WS_VISIBLE
  16. FONT 8, "MS Sans Serif"
  17. {
  18.  DEFPUSHBUTTON "&Add item", CM_ADDITEM, 99, 15, 57, 14
  19.  PUSHBUTTON "&Delete item", CM_DELETEITEM, 99, 33, 57, 14
  20.  PUSHBUTTON "C&lear items", CM_CLEARITEMS, 99, 51, 57, 14
  21.  PUSHBUTTON "&Create group", CM_CREATEGROUP, 99, 81, 57, 14
  22.  CONTROL "LISTBOX", ID_LISTBOX, "LISTBOX", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP | LBS_NOTIFY | LBS_SORT, 8, 16, 80, 80
  23.  LTEXT "&Program group items:", -1, 8, 6, 80, 8, NOT WS_GROUP
  24. }
  25.  
  26.